home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / m / j0.man < prev    next >
Encoding:
Text File  |  1989-09-06  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. J0               Mathematical Library Procedures               J0
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      j0, j1, jn, y0, y1, yn - bessel functions
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ##iinncclluuddee <<mmaatthh..hh>>
  13.  
  14.      ddoouubbllee jj00((xx))
  15.      ddoouubbllee xx;;
  16.  
  17.      ddoouubbllee jj11((xx))
  18.      ddoouubbllee xx;;
  19.  
  20.      ddoouubbllee jjnn((nn,,xx))
  21.      iinntt nn;;
  22.      ddoouubbllee xx;;
  23.  
  24.      ddoouubbllee yy00((xx))
  25.      ddoouubbllee xx;;
  26.  
  27.      ddoouubbllee yy11((xx))
  28.      ddoouubbllee xx;;
  29.  
  30.      ddoouubbllee yynn((nn,,xx))
  31.      iinntt nn;;
  32.      ddoouubbllee xx;;
  33.  
  34. DDEESSCCRRIIPPTTIIOONN
  35.      These functions calculate Bessel functions of the first and
  36.      second kinds for real arguments and integer orders.
  37.  
  38. DDIIAAGGNNOOSSTTIICCSS
  39.      On a VAX, negative arguments cause y0, y1 and yn to return
  40.      the reserved operand and set _e_r_r_n_o to EDOM.
  41.  
  42. SSEEEE AALLSSOO
  43.      math(3M), infnan(3M)
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 12, 1986                          1
  64.  
  65.  
  66.  
  67.